const some strings
authorcinamod <cinamod>
Mon, 22 Sep 2003 14:36:30 +0000 (14:36 +0000)
committercinamod <cinamod>
Mon, 22 Sep 2003 14:36:30 +0000 (14:36 +0000)
modules/engines/ms-windows/ChangeLog.old
modules/engines/ms-windows/xp_theme.c

index abd25594ed6bdf2cdc98d0cf832f50ed43163f83..3366f9eefe314c27f989162f692ddd58cf16f4e4 100755 (executable)
@@ -1,3 +1,7 @@
+2003-09-22  Dom Lachowicz <cinamod@hotmail.com>\r
+\r
+       * src/xp_theme.c: Make a string array const\r
+       \r
 2003-09-20  Raymond Penners  <raymond@dotsphinx.com>\r
 \r
        * === Released 0.4.3 ===\r
index b43b2bd8cd2971bc81e66d3c8f83293151c24af5..96f1b70dd6c9e8b1003ccd75f018b77b70037f18 100755 (executable)
@@ -29,7 +29,7 @@
 
 #include <stdio.h>
 
-static LPCWSTR class_descriptors[] =
+static const LPCWSTR class_descriptors[] =
 {
   L"Scrollbar",
   L"Button",